home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / arena.swf / scripts / DefineButton2_75 / BUTTONCONDACTION on(keyPress Right).as
Text File  |  2006-09-05  |  290b  |  20 lines

  1. on(keyPress "<Right>"){
  2.    tellTarget("/baddy power")
  3.    {
  4.       nextFrame();
  5.    }
  6.    tellTarget("/sounds")
  7.    {
  8.       gotoAndPlay(2);
  9.    }
  10.    tellTarget("/sword")
  11.    {
  12.       gotoAndPlay(35);
  13.    }
  14.    tellTarget("/")
  15.    {
  16.       gotoAndStop("hurt 2");
  17.       play();
  18.    }
  19. }
  20.